Release 10.1A: OpenEdge Data Management:
SQL Reference


LENGTH

Returns the string length of the value of the given character expression.

Syntax

LENGTH ( char_expression ) 

Example

This example illustrates the LENGTH function:

SELECT last_name 'LONG LAST_NAME' 
     FROM customer  
     WHERE LENGTH (last_name) > 5 ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095